type runtime.semaRoot
8 uses
runtime (current package)
sema.go#L40: type semaRoot struct {
sema.go#L52: root semaRoot
sema.go#L53: pad [cpu.CacheLinePadSize - unsafe.Sizeof(semaRoot{})]byte
sema.go#L56: func (t *semTable) rootFor(addr *uint32) *semaRoot {
sema.go#L285: func (root *semaRoot) queue(addr *uint32, s *sudog, lifo bool) {
sema.go#L383: func (root *semaRoot) dequeue(addr *uint32) (found *sudog, now, tailtime int64) {
sema.go#L464: func (root *semaRoot) rotateLeft(x *sudog) {
sema.go#L492: func (root *semaRoot) rotateRight(y *sudog) {
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |